projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ad1fa
)
progressbar: Use markdown for css tree
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Feb 2021 01:04:37 +0000
(20:04 -0500)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000
(16:37 +0000)
gtk/gtkprogressbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprogressbar.c
b/gtk/gtkprogressbar.c
index 53121f32ef26a005d2d8c2410257f83d5b1bcde4..4517a85ba5ac845aac0642905497a2c99f4f7517 100644
(file)
--- a/
gtk/gtkprogressbar.c
+++ b/
gtk/gtkprogressbar.c
@@
-68,12
+68,12
@@
*
* # CSS nodes
*
- *
|[<!-- language="plain" -->
+ *
```
* progressbar[.osd]
* ├── [text]
* ╰── trough[.empty][.full]
* ╰── progress[.pulse]
- *
]|
+ *
```
*
* `GtkProgressBar` has a main CSS node with name progressbar and subnodes with
* names text and trough, of which the latter has a subnode named progress. The